We will show that $5^m\mid 2^{5^m}+3^{5^m}$ for all non-negative integers $m$ by induction.
The base case is obvious ( $1\mid 5 \Rightarrow 5^0\mid 2^{5^0}+3^{5^0}$).
For the induction step, let $5^k\mid 2^{5^k}+3^{5^k}$ for some non-negative integer $k$.
Let $2^{5^k}=x$ and $3^{5^k}=y$.
We want to show that $5^{k+1}\mid x^5+y^5$
$x^5+y^5=(x+y)(x^4-x^3y+x^2y^2-xy^3+y^4)$
From $5^k\mid x+y$, it is enough to show that $5\mid x^4-x^3y+x^2y^2-xy^3+y^4$.
From $5\mid x+y \Rightarrow y\equiv -x\pmod{5}$.
$x^4-x^3y+x^2y^2-xy^3+y^4\equiv x^4-x^3(-x)+x^2(-x)^2-x(-x)^3+(-x)^4\equiv 5x^4\equiv 0 \pmod{5}$.
Therefore, $5^{k+1}\mid 2^{5^{k+1}}+3^{5^{k+1}}$.
$\Rightarrow 5^m\mid 2^{5^m}+3^{5^m}$ for all non-negative integers $m$.
So, there exist infinitely many natural numbers $n$ such that $n\mid 2^n+3^n$. $\Box$