I have a bash script (running under CentOS 6.4) that launches 90 different PHP scripts, ie.
#!/bin/bash php path1/some_job_1.php& php p
Use cron and schedule them at the same time. Or use parallel.
cron