The .sink block inside the ViewModel class is called automatically when launching the controller a second time
I have a SwiftUI view embedded inside Controller A using UIHostingController. Controller A is launched from Controller B. The SwiftUI view uses a ViewModel class. In the ViewModel, I have subscribed to some publishers and I want to send data to Controller A.