Consider two parallel, independent $M/M/1/1$ queues (denoted $Q_i, Q_j$) with identical arrival rate $\lambda$ and service rate $\mu$, using FCFS (First Come First Served) discipline. Note that the last $1$ in the notation $M/M/1/1$ means that the system is of finite capacity $N = 1$. In other words, for each queue system, if there is some customer in service, no more customers can enter it.
For each customer $c$, its service-starting time, service-finishing time, and service interval are denoted by $c_{st}$, $c_{ft}$, and $[c_{st}, c_{ft}]$, respectively.
My Problems: Consider the following two concurrency related problems in such queueing system in the long run.
(1) Given customer $c$ served by $Q_i$, what is the probability that it starts during the service interval of some customer $c'$ served by $Q_j$ (i.e., $c_{st} \in [c'_{st}, c'_{ft}]$)?
Note that $c'$ will be unique if it exists, as shown in the figure.
(2) Conditioning on (1), what is the distribution of the service-starting time lag $c_{st} - c'_{st}$, as shown in the figure.

P.S. A solution to the first problem has been given by @user137846 at MathOverflow. However, I am not sure whether it is true or not. I am seeking more comments and detailed explanations.
Edit: Although I have accepted this answer, I am not absolutely certain of its correctness. Comments and other answers are still highly appreciated.
The answer on MathOverflow looks reasonable. For the second part as the two queues are independent the time delay is an exponential distribution with parameter according to the arrival rate in the second queue because the exponential distribution has the memoryless property.