Mosquitto MQTT Broker and Cloud MQTT

I an using MQTT Broker on a Raspberry Pi for component MQTT Switch and want use cloudmqtt.com with OwnTracks for device tracking and track battery level.

How can i use both mqtt in configuration.yaml

Mosquitto MQTT Broker

    mqtt:
      broker: 192.168.1.100
      port: 1883
      client_id: hass
      keepalive: 60
      username: username
      password: password
      protocol: 3.1

and Cloud MQTT

mqtt:
  broker: CLOUTMQTT_SERVER
  port: CLOUDMQTT_PORT
  username: CLOUDMQTT_USER
  password: CLOUDMQTT_PASSWORD

This thread is a bit old, but I don’t think anything has changed