How to make more than one php file running together.

example :
when i run a.php then run b.php on same browser but different tab. when a.php run first then b.php must wait until a.php finish then b.php can running.

I want to know how a.php and b.php can run together in localhost.