Try wrapping code in a single-iteration FOR loop. I think that will guide the compiler to multi-thread.
As a note to readers, this is something you might do where you know two bits of code will both take a long time, as multi-threading fast code can cost you due to the overhead of multi-threading.