Consider the following sum:
$$ \sum_{i =0}^{j} \left( \frac{(j-i)^ix^i \ln(x)^{(j-i)}\ln(x)^i}{(j-i)!i!} \right) $$
I can simplify the sum to:
$$ \ln(x)^j\sum_{i =0}^{j} \left( \frac{(j-i)^ix^i}{(j-i)!i!} \right) $$ Furthermore I can observe that
$$ \frac{1}{(j-i)!(i!)} = \frac{1}{j!} \begin{pmatrix} j \\ i\end{pmatrix} $$
Thus:
$$ \frac{\ln(x)^j}{j!}\sum_{i =0}^{j} \left( \begin{pmatrix}j \\ i \end{pmatrix}(j-i)^ix^i \right) $$
But I don't know how to go in for the kill.
Note: This answer does not provide a closed expression but a generating function which might also be helpful for further calculations.
Let $A(z)$ denote the generating function of OPs expression (1). We show
Intermezzo: Bell polynomials
According to Louis Comtet's Advanced Combinatorics section 3.3 ([3a']) the partial Bell polynomials $B_{n,k}=B_{n,k}(x_1,x_2,\ldots,x_{n-k+1})$ are defined via
We use the coefficient of operator $[t^n]$ to denote the coefficient of $t^n$ in the formal power series.
The specific case $B_{n,k}=B_{n,k}(1,2,\ldots,n-k+1)$ yields:
\begin{align*} B_{n,k}&=\frac{n!}{k!}[t^n]\left(\sum_{m\geq 1}m\frac{t^m}{m!}\right)^k\\ &=\frac{n!}{k!}[t^n]\left(t\sum_{m\geq 0}\frac{t^{m}}{m!}\right)^k\\ &=\frac{n!}{k!}[t^{n}]t^k\exp(kt)\tag{3}\\ &=\frac{n!}{k!}[t^{n-k}]\sum_{m\geq 0}\frac{(kt)^{m}}{m!}\\ &=\frac{n!}{k!}\frac{k^{n-k}}{(n-k)!}\\ &=\binom{n}{k}k^{n-k}\tag{4} \end{align*}
We observe the partial Bell polynomials $B_{n,k}(1,2,\ldots,n-k+1)=\binom{n}{k}k^{n-k}$ are the link between OPs expression and the path to finding the generating function $A(z)$.
In (4) we changed the upper limit of the index $k$ from $n$ to $\infty$ which does not contribute anything (just adding $0$'s).
Comment:
In (6) we use expression (5)
In (7) we use a substitution rule for formal power series:
$$A(z)=\sum_{n=0}^{\infty}a_nz^n=\sum_{n=0}^{\infty}\left([t^n]A(t)\right)z^n$$