We have two separate projects as follows
Yes, it is possible to have any mix of environments and languages as separate services inside of the same GAE application. While not explicitly mentioned, it is implied by the code isolation of services. From App Engine Services as microservices:
Code can be deployed to services independently, and different services can be written in different languages, such as Python, Java, Go, and PHP.
You just need to take care of: