Let us define the following matrix multiplication:
$$C=AB$$
where $B$ is a block diagonal matrix with $N$ blocks, $B_1$, $B_2$,..., $B_N$, each of dimensions $M \times M$. I know that $B_k = I_M - \mu R_k$ with $R_k$ equals to a hermitian matrix and $\mu$ equal to some positive constant. Moreover, I know that the the entries of the matrix $A$ are non-negative real numbers. I also know that the matrix $A$ is right stochastic, i.e., the sum of the elements in each row equals one. Can I say that the spectral radius of C is smaller than one for some values of $\mu$? If so, can I determine the range of values of $\mu$ under which the spectral radius of $C$ is smaller than one?
No. Consider $$ B = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix},\\ A = \begin{bmatrix} -10 & 9 \\ 9 & -10 \end{bmatrix} $$ The determinant of $AB$ is $19$, so at least one of the two eigenvalues must be larger than $1$. (They're real because $AB$ is symmetric.)
If you also know that all entries in $A$ are positive, then I suspect that it might be true, but don't have a proof offhand.