Here is my question :
Are there monic polynomials with degree $\geq 5$ such that they have the same real all non zero roots and coefficients ?
Mathematically, prove or disprove the existence of $n \geq 5$ such that $$\exists (z_1,\ldots, z_n) \in \left(\mathbb R-\{0\}\right)^n, (X-z_1)...(X-z_n)=X^n+\sum_{i=1}^{n}z_iX^{n-i}$$
State of the problem: There's no such polynomial for $n \geq 6$ (see answer below). It remains to prove/disprove the $n=4,5$ cases.
Here are all such real polynomials with degree $\leq 3$:
$X^2+X-2=(X-1)(X+2)$
$X^3+X^2-X-1=(X-1)(X+1)^2$
$X^3+\alpha X^2 + \beta X + \gamma$ where $\alpha$ is the real root of $2X^3+2X^2-1$ (which determines $\gamma$ and $\beta$)
There remains complex degree 3 polynomials, as in Barry's answer.
Edit:
As pointed out by Jyrki Lahtonen, if $P$ is a satisfactory polynomial, then so is $XP$. For example, The family of polynomials $X^n(X-1)(X+2)$ works.
It seems therefore more interesting to look only for polynomials with non zero coefficients,and specifically those with real coefficients (they're scarcer)
This subject has been discussed here Coefficients of a polynomial also are the roots of the polynomial? but does not deal with the existence of such polynomials with real coefficients and degree $\geq 5$.
The OP's edited problem (disallowing $0$ as root/coefficient) is worth looking at for polynomials of degree $3$, where the pertinent equations are
$$\begin{align} a&=-(a+b+c)\\ b&=ab+bc+ca\\ c&=-abc \end{align}$$
The assumption $abc\not=0$ turns the third equation into $a=-1/b$, which turns the first equation into $c=(2-b^2)/b$, and these, if I've done the algebra correctly, turn the second equation into
$$(b+1)(b^3-2b+2)=0$$
The root $b=-1$ gives $a=1$ and $c=-1$, corresponding to
$$X^3+X^2-X-1=(X-1)(X+1)(X+1)$$
The cubic has one real root at $b\approx-1.76929235424$ and two complex roots. Each of these will give a polynomial, so there are $4$ examples in all of cubic equations with nonzero root/coefficients.
Historical note: Googling on the number $1.76929235424$ leads to an earlier appearance of the cubic case about $12$ years ago at the Math Forum @ Drexel. The discussion there dates it back to at least $1954$.