If what you want is to run the VIs independently, then instead of using call by reference, use the open VI reference, the FP.Open property, and then the Run VI method with Wait Until Done set to false. There's a very simple example
here that you should look at.