If you know that the second matrix is only a perturbation of the first, then you can do a perturbation argument. For example, if $\tilde A=A+\delta A$ where $\delta A$ is the difference (and is zero in large parts), then assume that the eigenvectors and eigenvalues also have an expansion $\tilde u_k=u_k+\delta u_k$ and $\tilde \lambda_k = \lambda_k + \delta \lambda_k$.
Let the eigenvalues be order in ascending order, so that $\lambda_N$ is the largest. By definition of the Rayleight quotient, it holds:
$$
\lambda_N = \frac{u_N^T A u_N}{u_N^T u_N}
$$
and
$$
\tilde \lambda_N = \frac{\tilde u_N^T \tilde A \tilde u_N}{\tilde u_N^T \tilde u_N}.
$$
If you stick the expansion into this expression, you get
$$
\tilde \lambda_N = \lambda_N + \frac{\delta u_N^T A u_N + u_N^T A \delta u_N + \delta u_N^T \delta A u_N}{\tilde u_N^T \tilde u_N} + O(\delta\lambda_N^2).
$$
If you happen to know anything about how the eigenvectors may change, you may get something out of this expression about the biggest eigenvalue.