How can I have parallel content in columns on the same page, with the content flowing between pages?

In fact, the simplest way is to use a table.

#set table(columns: (7fr, 3fr), stroke: 0pt)
#table()[#lorem(1000)][#text(red)[#lorem(500)]]

1 Like