tRPC is nice to front a backend architecture, just be the single point your client talks to and it works with the microservices. I use it like this with OpenAPI codegen against other APIs and data sources
With "Links" though you could probably separate your backend into multiple microservices but bind them together on the client.