Distinguish between 2 instances of admin-ajax.php

There isn’t much point to distinguishing admin-ajax.php since it’s essentially same file with same logic running for many many purposes.

You are passing action data and hooking into respective action. So action is your identifier. If you are reusing same action and need to further differentiate — just pass more data with your GET/POST request and check for it in your handler.