I am trying to solve without success the following double integral $$I_1^{(p)}(N)\equiv\frac{1}{2^p}\int_0^1\text{d}x\int_0^1\text{d}y(1+y-x)^{N+p}(1+x-y)^{N-2}B\left(\frac{1}{1+y-x};N,p+1\right)\cdot\theta(y-x)\theta(1-x-y),$$ where $N\in\mathbb{N}$, $p>0$, $\theta(x)$ is the Heaviside step function and $B(x;a,b)$ is the incomplete beta function $$B(x;a,b)=\int_0^xt^{a-1}(1-t)^{b-1}\text{d}t.$$
The product of the two $\theta$ functions can be translated into one of the two following constraints
1) $\quad x\in\left(0,\frac{1}{2}\right)\longrightarrow x<y<1-x$
2) $\quad y\in\left(0,\frac{1}{2}\right)\longrightarrow x<y,\quad y\in\left(\frac{1}{2},1\right)\longrightarrow x<1-y$
so, e.g. in the first case, the integral becomes $$I_1^{(p)}(N)=\frac{1}{2^p}\int_0^{\frac{1}{2}}\text{d}x\int_x^{1-x}\text{d}y(1+y-x)^{N+p}(1+x-y)^{N-2}B\left(\frac{1}{1+y-x};N,p+1\right).$$ At this point I tried some substitutions, such as $t=\frac{y-x}{1-2x}$ in order to get $\int_x^{1-x}\text{d}y\rightarrow\int_0^1\text{d}t$, but the expression remained not tractable for me.
The same happened when I rewrote the incomplete beta function in terms of a hypergeometric one, e.g. by $$B(x;a,b)=\frac{x^a(1-x)^{b-1}}{a}{}_2F_1\left(1,1-b;a+1;\frac{x}{x-1}\right),$$ hoping to be able to use one of the relations that I found here.
Any help would be greatly appreciated.
Edit 1. The above integral is part of a larger expression, containing two other similar terms which can be obtained from $I_1^{(p)}(N)$ with the following substitutions respectively
$I_2^{(p)}(N):\quad B\left(\frac{1}{1+y-x};N,p+1\right)\rightarrow -B\left(\frac{1-y-x}{1+y-x};N,p+1\right)$
$I_3^{(p)}(N):\quad (1+y-x)^{N+p}B\left(\frac{1}{1+y-x};N,p+1\right)\rightarrow 2^p(1-x)^{N+p}B\left(\frac{1-y-x}{1-x};N,p+1\right)$
The structure does not change that much, so I thought that the solution procedure could be similar in the three cases. Nonetheless, probably it is better to report every detail, because the hypothesis that a simplication can occur between different terms cannot be discharged, even if I failed in doing that.
Edit 2. Proceeding as illustrated by @G Cab in his answer below, the result I obtained is
\begin{equation}\begin{split}
I_1^{(p)}(N)&=2^{2N-1}\left[B(N+p+1,N)B\left(\frac{1}{2};N,p+1\right)-B(N,p+1)B\left(\frac{1}{2};N+p+1,N\right)\right.\\[6pt]
&\left.\quad+\int_{\frac{1}{2}}^1t^{N-1}(1-t)^pB\left(\frac{1}{2t};N+p+1,N\right)\text{d}t\right].
\end{split}\end{equation}
I am pretty satisfied by the simplication with respect to the starting expression, but now I wonder whether the remaining single integral can be elaborated somehow.