Can i bundle 2 service calls in one?

if there are messages, they are sent to the tts service for voice output and to the mqtt service for output to a display.

i want to bundle these 2 calls in one forwarding service which just gets the text message as parameter so i only have to make one service call per automation where i want to give messages.

is this somehow possible?

Create a script that takes the message as an input and executes the two service calls.

Then call this script in your automations with the message as a parameter.

thank you for the hint