You could create a user book and insert a 2-column, 1-row table. You would need to go to the Code tab and change the cellspacing to 50, the table width to "100%", the table border to "0", then in the table data (td) lines add "width="50%". Then you would set your printer options to print landscape, etc. Here's a sample of the table code with the items that need to be changed or added in bold so you can spot them:
<table style="font-size: 1em" cellspacing="50" cellpadding="1" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="50%">This is column one of a test for two column printing for a sermon of undetermined length.</td>
<td valign="top" width="50%">This is column two of a test for two column printing for a sermon of undetermined length.</td>
When you've made these changes, you can go back to Design mode and enter the text. This is what it looks like on my computer: