How to only allow internal access between two AppEngine projects

App engine does not have a fixed IP address. So, if you wanted to filter the access by IP Address, you will need run on your GCP shell the following commands in order to know and add all the network range that you obtained.

nslookup -q=TXT _cloud-netblocks.googleusercontent.com 8.8.8.8

Here is the documentation about it.