Let $X_1,X_2, \dots, X_N $ be i.i.d sub-guaussian random variable ,with $E[X_i] = 0$ and $\operatorname{Var}[X_i] =1$ $a_1,a_2,\dots ,a_N \in R$
$$\left(\sum_{i=1}^N a_i^2\right)^{1/2} \leq \left( E \left| \sum_{i=1}^N a_iX_i\right|^p\right)^{1/p}$$ for all $p \geq2$ ?
is that possible to do that?
Yes, it is possible. Actually, an upper bound holds as well -- namely, this is the Khintchine inequality for subgaussian random variables. See e.g. these lecture notes.
The lower bound you seek is the simple part, and id actually a simple consequence of Jensen's inequality: $$\begin{align*} \mathbb{E}\left[\left\lvert\sum_i a_i X_i\right\rvert^p\right]^{1/p} &= \mathbb{E}\left[\left(\left|\sum_i a_i X_i\right|^2\right)^{p/2}\right]^{1/p} \geq \left(\mathbb{E}\left[\left(\sum_i a_i X_i\right)^2\right]\right)^{1/2} = \left(\operatorname{Var}\left[\sum_i a_i X_i\right]\right)^{1/2}\\ &= \left(\sum_i a_i^2 \operatorname{Var}\left[X_i\right]\right)^{1/2} = \left(\sum_i a_i^2 \right)^{1/2} \end{align*}$$ using the fact that $p\geq 2$ (i.e., $p/2\geq 1$) for Jensen's inequality, then the fact that $\mathbb{E}\sum_i a_i X_i = 0$ to rewrite the expectation of the square as the variance, and finally independence of the $X_i$'s.