Token introspection request between two Keycloak servers

There are different enterprise patterns that aim to secure microservices available for implementation. One of the patterns we are interested in is “Chained access delegation pattern” where Auth Server B from the one domain contacts another from the different domain Auth Server A to validate JWT token retrieved from resource server with the ISS claim that points to the server A. Although it looks clear, the question here is that does Keyclaok support scenario when it contacts another Keycloak server (as I understand by retrieving URL from ISS claim first) in order to validate JWT token using token introspection mechanizm? If it does, I’d appreciate any additional information regarding this.