Hi,
You can use mutithreading to run multiple functions in parallel.
Refer to this link here on running MATLAB functions in a thread based environment: https://in.mathworks.com/help/matlab/matlab_prog/run-functions-on-threads.html#:~:text=Hundreds%20of%20functions%20in%20MATLAB,background%2C%20use%20parfeval%20and%20backgroundPool%20.
Hope this helps!