You can add "&" at the end of system() parameter to execute php script in background.

If the script has long execution time, it can lag the server.

PHP Code:
system("/usr/bin/php script.php &");