Yes, just make sure that there is no data dependency between the loops (Data dependency = output from one loop is input to other loop). If the computer has only one CPU, the code will actually execute sequentially, but LV's scheduler will switch tasks whenever there is a wait or when the data is not available for a particular node.
Lynn