Yes this should be very possible with the following config:
A connected to B
A connected to C
C updates a ticket and that syncs to A.
A will have a trigger to send this ticket to B based on some business logic.
Now in such a configuration you need to clearly think out what happens when B updates this ticket. The updates will flow to the ticket on A, and subsequently on to C. Is this what you are looking to achieve? If not, we can filter out updates to only send relevant ones to C.