I think there’s nothing wrong in calling multiple services in a controller.
The purpose of a service is that to abstract and add reusability to your code.
One other solution that could be valid is to encapsulate this logic that uses two services in a new service. Than you would just need to add this new service to the controller.