I understand that, you want to execute four functions parallely.You may consider using parfeval.The syntax of parfeval is
F = parfeval(p,fcn,numout,in1,in2,…)
Please refer https://in.mathworks.com/help/parallel-computing/parallel.pool.parfeval.html for more information on parfeval.