You need something like that (basic xhtml/CSS):
CSS:
Code:
.column {
oeb-column-number: 2;
}
xhtml:
Code:
<p class="column">This text should be in two columns. Perhaps it is too short.</p>
I don't know whether iBooks supports it at all. It is kinda known for ignoring specs.